home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Tools / Turbo Pascal V7 / TVDEMOS.ZIP / DEMOHELP.TXT < prev    next >
Text File  |  1992-11-03  |  19KB  |  632 lines

  1. ;
  2. ; Turbo Vision Demo Help Text
  3. ;
  4. ; Note:  This file must be compiled with the Version 1.1 of TVHC.EXE.
  5. ;
  6.  
  7. .topic NoContext=0
  8.  Turbo Vision demonstration ▄
  9.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  10. Welcome to Turbo Vision.  This is a demonstration program that allows
  11. you to view some of the capablilities of Turbo Vision.  The ≡ menu is
  12. accessed by pressing Alt-Space.  All the other menus are accessed by
  13. pressing Alt-Z, where Z is the first letter of the menu.  For example,
  14. the "File" menu is pulled down by Alt-F.
  15.  
  16. Press ESC to put this help screen away.
  17.  
  18. .topic Viewer=2
  19.  File viewer ▄
  20.   ▀▀▀▀▀▀▀▀▀▀▀▀
  21. A file viewer views the contents of a text file. You can use the
  22. arrow keys to move about in the file. A file is loaded via the
  23. {File│Open:Open} menu item.
  24.  
  25.   Up         Move up one line
  26.   Down       Move down one line
  27.   Right      Move right one column
  28.   Left       Move left one column
  29.   PgUp       Move one page up
  30.   PgDn       Move one page down
  31.   Home       View right most column of the file
  32.   End        View left most column of the file
  33.   Ctrl-PgUp  View top of file
  34.   Ctrl-PgDn  View bottom of file.
  35.  
  36. File viewers can be resized and moved using the {Windows} menu.
  37.  
  38. .topic Puzzle
  39.  Puzzle ▄
  40.   ▀▀▀▀▀▀▀
  41. The puzzle window is a small game.  The object is to get the characters
  42. to form the following pattern:
  43.  
  44.     A  B  C  D
  45.     E  F  G  H
  46.     I  J  K  L
  47.     M  N  O
  48.  
  49. Clicking the mouse on a tile next to the empty space moves the tile
  50. into the space.  Pressing one of the cursor keys (up, down, left, or
  51. right arrow) moves a tile into the empty space in the direction
  52. indicated by the cursor key. The move counter is updated every time
  53. a tile is moved.
  54.  
  55. .topic Calculator
  56.  Calculator ▄
  57.   ▀▀▀▀▀▀▀▀▀▀▀
  58. The calculator is a simple four-function calculator with add, subtract,
  59. multiply, and divide.  To operate the calculator you can either use the
  60. keyboard or press the buttons on the calculator with the mouse.  The 'C'
  61. key clears the calculator, the '' key will erases the last character
  62. typed, and the '±' key toggles the value from positive to negative (the
  63. keyboard equivalent of '±' is '_').
  64.  
  65. .topic Calendar
  66.  Calendar ▄
  67.   ▀▀▀▀▀▀▀▀▀
  68. The calendar displays the current month, highlighting todays date. The
  69. next and previous months can be viewed using the '+' or '-' keys
  70. respectivly.  The mouse can also be used to change the month by pressing
  71. the  or  icons.
  72.  
  73. .topic AsciiTable
  74.  ASCII Table ▄
  75.   ▀▀▀▀▀▀▀▀▀▀▀▀
  76. The ASCII table displays the entire IBM PC character set.  The current
  77. character is marked by a blinking block cursor, and the hexadecimal and
  78. decimal ASCII values of the character are displayed below the chart. A
  79. new character is selected by pressing it on the keyboard, by clicking
  80. the mouse on it in the chart, or by moving the cursor using the cursor
  81. keys.
  82.  
  83. .topic System
  84.  ≡ (System) menu ▄    (Alt-Spacebar)
  85.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  86. The System menu appears on the far left of the menu bar and is
  87. represented by the ≡ symbol.
  88.  
  89. When you pull down the ≡ menu, you see
  90.  
  91.   {About:SAbout}         {Puzzle:SPuzzle}
  92.   {Calendar:SCalendar}      {Ascii Table:SAsciiTable}
  93.   {Calculator:SCalculator}
  94.  
  95. .topic SAbout
  96.  ≡│About ▄
  97.   ▀▀▀▀▀▀▀▀
  98. When you choose the About command from the ≡ (System) menu, a
  99. dialog box appears, showing copyright and version information.
  100.  
  101. To close the box, press Esc, Space, or Enter, or click the OK
  102. button.
  103.  
  104. .topic SPuzzle
  105.  ≡│Puzzle ▄
  106.   ▀▀▀▀▀▀▀▀▀
  107. The Puzzle menu item opens a small {puzzle} game.
  108.  
  109. .topic SCalendar
  110.  ≡│Calendar ▄
  111.   ▀▀▀▀▀▀▀▀▀▀▀
  112. The Calendar menu item opens a small {calendar} which displays
  113. the current month. It also allows you to view other months.
  114.  
  115. .topic SAsciiTable
  116.  ≡│ASCII table ▄
  117.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  118. The ASCII menu items opens an {ASCII Table:AsciiTable} that
  119. displays the IBM PC character set.
  120.  
  121. .topic SCalculator
  122.  ≡│Calculator ▄
  123.   ▀▀▀▀▀▀▀▀▀▀▀▀▀
  124. When you choose Calculator, a four-function {calculator} is
  125. opened on the desktop.
  126.  
  127. .topic File
  128.  File  (Alt-F) ▄
  129.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  130. The File menu includes choices for opening and saving files, changing
  131. directories, DOS shell, and exiting the program.
  132.  
  133.  {Open}          {Change Dir:ChangeDir}    {Exit}
  134.  
  135. .topic Open
  136.  File│Open  (F3) ▄
  137.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  138. The Open command displays the Open a File dialog box. In this
  139. dialog box you select the text file you want browse in a
  140. {file viewer:Viewer}.
  141.  
  142. The {Open a File:FOFileOpenDBox} dialog box contains:
  143.  
  144.  ■ an {input box:FOName} with a history list
  145.  ■ a {list box:FOFiles} to browse the directory
  146.  ■ the standard {Cancel:CancelBtn} button
  147.  ■ {Open:FOOpenBtn} action button
  148.  ■ an information panel that describes the
  149.    selected file
  150.  
  151. .topic New
  152.  File│New ▄
  153.   ▀▀▀▀▀▀▀▀▀
  154. The New command creates a new editor window.  The window's name is
  155. "Untitled", and is empty.
  156.  
  157. .topic Save
  158.  File│Save ▄
  159.   ▀▀▀▀▀▀▀▀▀▀
  160. The Save command allows you to save the current editor window to a disk
  161. file.  If the window already has a name, the file will be saved under
  162. this same name.  If you wish to save the file under a new name, select
  163. the {File|Save As:SaveAs} command instead.
  164.  
  165. .topic SaveAs
  166.  File│Save As ▄
  167.   ▀▀▀▀▀▀▀▀▀▀▀▀▀
  168. The Save As command allows you to save the current editor window to a
  169. new file name.  Note that if an editor window does not have a name (it
  170. is called "Untitled") selecting {File|Save:Save} will execute the
  171. Save As dialog box.
  172.  
  173. .topic SaveAll
  174.  File│Save all ▄
  175.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  176. The Save all command saves all editor windows to disk.
  177.  
  178. .topic ChangeDir
  179.  File│Change Dir...▄
  180.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  181. File│Change Dir brings up the {Change Directory:FCChDirDBox}
  182. dialog box, in which you can change the current directory.
  183.  
  184. .topic DosShell
  185.  File│DOS Shell ▄
  186.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  187. With the DOS Shell command, you can leave the program temporarily
  188. to perform a DOS command or run another program.
  189.  
  190. To return to this program, type EXIT at the DOS prompt.
  191.  
  192. .topic Exit
  193.  File│Exit ▄     (Alt-X)
  194.   ▀▀▀▀▀▀▀▀▀▀
  195. The Exit command terminates this program.
  196.  
  197. .topic Edit
  198.  Edit  (Alt-E) ▄
  199.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  200. The Edit menu includes choices for UNDO in the editor and managing the
  201. clipboard.
  202.  
  203. .topic Undo
  204.  Edit│Undo ▄
  205.   ▀▀▀▀▀▀▀▀▀▀
  206. The Undo command allows you to "take back" the last editor action you
  207. performed.  For example, if the line:
  208.  
  209.   This is an editor test
  210.  
  211. is changed to:
  212.  
  213.   This was an editor test
  214.  
  215. the Undo command will become active.  Executing the Undo command will
  216. cause the line to revert back to its original version.  Note that
  217. changes which can be undone are grouped into similar actions, such as
  218. typing, or deleting characters.  Any action type you perform that is
  219. different than the last action type will cause the Undo information to
  220. be lost.
  221.  
  222. .topic Cut
  223.  Edit│Cut ▄
  224.   ▀▀▀▀▀▀▀▀▀
  225. The Cut command removes the selected text and places it on the
  226. Clipboard.  Any information previously on the clipboard is lost.  Text
  227. cut from the editor may be immediately replaced by selecting the
  228. {Undo} command before moving the cursor.
  229.  
  230. .topic Copy
  231.  Edit│Copy ▄
  232.   ▀▀▀▀▀▀▀▀▀▀
  233. The Copy command places a copy of the selected text on the
  234. Clipboard.  The selected information is left unchanged, but any
  235. information previously on the clipboard is lost.
  236.  
  237. .topic Paste
  238.  Edit│Paste ▄
  239.   ▀▀▀▀▀▀▀▀▀▀▀
  240. The Paste command inserts a the contents of the clipboard into the
  241. current editor window at the cursor position.  The contents of the
  242. clipboard remain unchanged.  If any text is selected in the current
  243. editor window, the highlighted text is replaced by the text coming from
  244. the clipboard.  Information pasted into an editor may be removed
  245. immediately by using the {Undo} command before moving the cursor.
  246.  
  247. .topic ShowClip
  248.  Edit│Show Clipboard ▄
  249.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  250. The Show Clipboard command will display the Clipboard contents is an
  251. ordinary editor window.  Note that {Cut} and {Paste} commands are not
  252. enabled while the clipboard is the focused window.
  253.  
  254. .topic Clear
  255.  Edit│Clear ▄
  256.   ▀▀▀▀▀▀▀▀▀▀▀
  257. The Clear command removes any selected text from the current editor
  258. without placing a copy of the text on the clipboard.  The effects of
  259. this command may be reversed by selecting {Undo} before moving the cursor.
  260.  
  261. .topic Search
  262.  Search (Alt-S) ▄
  263.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  264. The Search menu provides text search and replace in the
  265. topmost edit window.
  266.  
  267. .topic Find
  268.  Search│Find ▄
  269.   ▀▀▀▀▀▀▀▀▀▀▀▀
  270. The Find command performs a text search in the editor.
  271.  
  272. .topic Replace
  273.  Search│Replace ▄
  274.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  275. The Replace command performs a text search and replace in the editor.
  276.  
  277. .topic SearchAgain
  278.  Search│Search again ▄
  279.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  280. The Search again repeats the last Find or Replace.
  281.  
  282. .topic Windows
  283.  Window ▄    (Alt-W)
  284.   ▀▀▀▀▀▀▀
  285. The Window menu contains commands to close, move and perform
  286. other window-management commands.
  287.  
  288. Most of the windows in this program have all the standard window
  289. elements, including scroll bars, a close box, and zoom icons.
  290.  
  291. For more about windows and their elements, refer to windows.
  292.  
  293.  
  294.  Window-management commands
  295.  ══════════════════════════
  296.  
  297.  {Size/Move:Resize}           {Zoom}
  298.  {Tile}             {Cascade}
  299.  {Next}             {Previous}
  300.  {Close}
  301.  
  302. .topic Resize
  303.  Window│Size/Move ▄     (Ctrl-F5)
  304.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  305. Choose this command to change the size or position of the active
  306. window.
  307.  
  308.  ▄▄▄▄▄▄
  309.   Size
  310.  ▀▀▀▀▀▀
  311. If you press Shift while you use the arrow keys, you can change
  312. the size of the active window. Once you've adjusted its size or
  313. position, press Enter.
  314.  
  315. If a window has a Resize corner, you can drag that corner to
  316. resize the window.
  317.  
  318.  ▄▄▄▄▄▄
  319.   Move
  320.  ▀▀▀▀▀▀
  321. When you choose Window│Size/Move, the active window moves in
  322. response to the arrow keys. Once you've moved the window to where
  323. you want it, press Enter.
  324.  
  325. You can also move a window by dragging its title bar with the
  326. mouse.
  327.  
  328. .topic Zoom
  329.  Window│Zoom ▄   (F5)
  330.   ▀▀▀▀▀▀▀▀▀▀▀▀
  331. Choose Zoom to resize the active window to the maximum size. If
  332. the window is already zoomed, you can choose this command to
  333. restore it to its previous size.
  334.  
  335. You can also double-click anywhere on the window's title bar
  336. (except where an icon appears) to zoom or unzoom the window.
  337.  
  338. .topic Tile
  339.  Window│Tile ▄
  340.   ▀▀▀▀▀▀▀▀▀▀▀▀
  341. Choose Window│Tile to tile all file viewers on the desktop.
  342.  
  343.  ┌────────────────────────────────────┐
  344.  │ ╔════════════1══╗┌────────────2──┐ │
  345.  │ ║               ║│               │ │
  346.  │ ║               ║│               │ │
  347.  │ ║               ║│               │ │
  348.  │ ║               ║│               │ │
  349.  │ ╚═══════════════╝└───────────────┘ │
  350.  │ ┌────────────3──┐┌────────────4──┐ │
  351.  │ │               ││               │ │
  352.  │ │               ││               │ │
  353.  │ │               ││               │ │
  354.  │ │               ││               │ │
  355.  │ └───────────────┘└───────────────┘ │
  356.  └────────────────────────────────────┘
  357.              Tiled Windows
  358.  
  359. .topic Cascade
  360.  Window│Cascade ▄
  361.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  362. Choose Window│Cascade to stack all file viewers on the desktop.
  363.  
  364.  ┌──────────────────────────1─┐
  365.  │┌─────────────────────────2─┐
  366.  ││┌────────────────────────3─┐
  367.  │││╔═══════════════════════4═╗
  368.  │││║                         ║
  369.  │││║                         ║
  370.  │││║                         ║
  371.  │││║                         ║
  372.  │││║                         ║
  373.  └└└╚═════════════════════════╝
  374.  
  375.         Cascaded Windows
  376.  
  377. .topic Next
  378.  Window│Next ▄
  379.   ▀▀▀▀▀▀▀▀▀▀▀▀
  380. Choose Next to cycle forwards through the windows on the desktop.
  381.  
  382. .topic Close
  383.  Window│Close ▄    (Alt-F3)
  384.   ▀▀▀▀▀▀▀▀▀▀▀▀▀
  385. Choose Close to close the active window.
  386.  
  387. You can also click the Close box in the upper right corner to
  388. close a window.
  389.  
  390. .topic Options
  391.  Options  (Alt-O) ▄
  392.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  393. The Options menu contains commands that let
  394. you change {color:OColors} and {mouse:OMouse} default settings.
  395.  
  396. .topic OMouse
  397.  Options│Mouse... ▄
  398.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  399. The Mouse command brings up the {Mouse Options:OMMouseDBox}
  400. dialog box, where you can set various options that control how your
  401. mouse works, including:
  402.  
  403.  ■ how fast a double-click is
  404.  ■ which mouse button (right or left) is
  405.    active
  406.  
  407. .topic OColors
  408.  Options│Colors... ▄
  409.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  410. The Colors item brings up the {Colors dialog:OCColorsDBox} box,
  411. where you can customize the colors of the display.
  412.  
  413. .topic OSaveDesktop
  414.  Options│Save Desktop ▄
  415.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  416. Saves the state of all open windows to a file call TVDEMO.DSK. This
  417. file can be reloaded by selecting {Options│Retrieve Desktop:ORestoreDesktop}.
  418.  
  419. .topic ORestoreDesktop
  420.  Options│Retrieve Desktop ▄
  421.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  422. Restore a previously-saved state of all open windows from a file
  423. call TVDEMO.DSK. This file is saved via the
  424. {Options│Save Desktop:OSaveDesktop} menu command.
  425.  
  426. .topic FOFileOpenDBox
  427.  Help on Open a File Dialog Box ▄
  428.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  429. The Open a File dialog box contains an input box, a {file list:FOFiles},
  430. a file information panel, the standard button {Cancel:CancelBtn},
  431. one other action button ({Open:FOOpenBtn}), plus a history list
  432. that's attached to the {Name inputbox:FOName}.
  433.  
  434. .topic FOName
  435.  ┌─ Name ──────────────────────────┐
  436.  │                                 │
  437.  └─────────────────────────────────┘
  438. The Name input box is where you enter the name of the file to
  439. load, or the file-name mask to use as a filter for the Files list
  440. box (for example, *.*).
  441.  
  442. .topic FOFiles
  443.  ┌ Files ──────────────────────────┐
  444.  │                                 │
  445.  │  FILENM01.PAS  │  FILENM09.PAS  │
  446.  │  FILENM02.PAS  │  FILENM10.PAS  │
  447.  │  FILENM03.PAS  │  FILENM11.PAS  │
  448.  │  FILENM04.PAS  │  FILENM12.PAS  │
  449.  │  FILENM05.PAS  │  ..            │
  450.  │  FILENM06.PAS  │  \MOREXAMP     │
  451.  │  FILENM07.PAS  │  \TOURS        │
  452.  │  FILENM08.PAS  │  \ANSWERS.DIR  │
  453.  │  ▒▒▒■▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒   │
  454.  └─────────────────────────────────┘
  455. The Files list box lists the names of files in the current
  456. directory that match the file-name mask in the Name input box,
  457. plus the parent directory and all subdirectories.
  458.  
  459.  ┌──────────────────────────────────────────┐
  460.  │ C:\TP\EXAMPLES\*.PAS                     │
  461.  │ HELLO.PAS       52  Jul 14,1990  12:00pm │
  462.  └──────────────────────────────────────────┘
  463. The File information panel shows the path name, file name, date,
  464. time, and size of the selected file.
  465.  
  466. None of the items on this information panel are selectable.
  467.  
  468. .topic FOOpenBtn
  469.  ┌──────────┐
  470.  │ [ Open ] │
  471.  └──────────┘
  472. The Open button opens a new Viewer window and places the selected
  473. file in that window.
  474.  
  475. .topic CancelBtn
  476.  ┌────────────┐
  477.  │ [ Cancel ] │
  478.  └────────────┘
  479.  
  480. If you choose Cancel, nothing changes and no action occurs, and
  481. the dialog box is put away.
  482.  
  483. (Esc always cancels a dialog box, even if a Cancel button does
  484. not appear.)
  485.  
  486. .topic OpenBtn
  487.  ┌──────────┐
  488.  │ [ Open ] │
  489.  └──────────┘
  490.  
  491. In the Open a File dialog box, if you choose the Open button
  492. TVDEMO opens a new {file viewer:Viewer} and places the selected
  493. file in that window.
  494.  
  495. .topic FCChDirDBox
  496.  Help on the Change Directory dialog box ▄
  497.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  498. The Change Directory dialog box consists of an input box, a list
  499. box, the standard OK and Help buttons, and two other buttons
  500. (Chdir and Revert).
  501.  
  502.  ┌ Directory Name ─────────────────────┐
  503.  │                                     │
  504.  └─────────────────────────────────────┘
  505. The Directory Name input box is where you type in the path of the
  506. new directory.
  507.  
  508.  ┌ Directory Tree ─────────────────────┐
  509.  │   Drives                            │
  510.  │   └─┬C:\                            │
  511.  │     └─┬TP                           │
  512.  │       └──TVISION                    │
  513.  └─────────────────────────────────────┘
  514. The Directory Tree list box enables you to navigate directories
  515. by using the selecting bar and pressing Enter.
  516.  
  517. If you're using the keyboard, press Enter to make the selected
  518. directory be the current directory, then choose OK or press Esc
  519. to exit the dialog box.
  520.  
  521.  ┌──────────┐
  522.  │ [Chdir ] │
  523.  └──────────┘
  524. The Chdir button changes the current directory once you've
  525. selected or typed in a directory name.
  526.  
  527.  ┌──────────┐
  528.  │ [Revert] │
  529.  └──────────┘
  530. The Revert button goes back to the previous directory, as long as
  531. you haven't yet exited the dialog box.
  532.  
  533. .topic OMMouseDBox
  534.  Help on the Mouse Options dialog box ▄
  535.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  536. This dialog box consists of one check box, one slider bar, and
  537. the standard buttons OK and Cancel.
  538.  
  539.  ┌──────────────────────────┐
  540.  │ Mouse Double Click       │
  541.  │ Slow     Medium     Fast │
  542.  │ ▒▒▒▒▒▒▒▒▒▒▒■▒▒▒▒▒▒▒▒▒▒ │
  543.  └──────────────────────────┘
  544. The Mouse Double Click slider bar adjusts the double-click speed of
  545. your mouse.
  546.  
  547.  ┌───────────────────────────┐
  548.  │ [X] Reverse Mouse Buttons │
  549.  └───────────────────────────┘
  550. Reverse Mouse Buttons makes the right mouse button take on the
  551. normal functions of the left--and vice versa.
  552.  
  553.  See also:
  554.  ═════════
  555.  {Options│Mouse... menu command:OMouse}
  556.  
  557. .topic OCColorsDBox
  558.  Help on the Colors dialog box ▄
  559.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  560. The Colors dialog box consists of two list boxes, a text display
  561. area, the standard OK, Cancel, and Help buttons, and one of the
  562. following:
  563.  
  564.  ■ On color and black-and-white systems, it
  565.    also contains two color palettes.
  566.  ■ On monochrome systems, it contains a set
  567.    of radio buttons instead of the palettes.
  568.  
  569. This dialog box is where you can change the colors of different
  570. parts of this program.
  571.  
  572.  ┌─ Group ─────────────┐
  573.  │   Desktop          │
  574.  │   Menus            ■│
  575.  │   Dialogs/Calc     ▒│
  576.  │   Puzzle           ▒│
  577.  │   Calendar         ▒│
  578.  │   Ascii table      ▒│
  579.  │                    │
  580.  └─────────────────────┘
  581. The Group list box contains the names of the different regions of
  582. the program that you can customize.
  583.  
  584.  ┌─ Item ──────────────┐
  585.  │   Color            │
  586.  │                    ■│
  587.  
  588. When you select a group from the Group list, the Item list box
  589. displays the names of the different views in that region.
  590.  
  591.  ┌ Foreground ┐   ┌ Background ┐
  592.  │ ░▒▓░▒▓░▒▓░ │   │ ▓░▒▓░▒▓░▒▓ │
  593.  │ ▓░▒▓░▒▓░▒▓ │   │ ░▒▓░▒▓░▒▓░ │
  594.  │ ▒▓░▒▓░▒▓░▒ │   └────────────┘
  595.  └────────────┘
  596. On color and black-and-white systems, you use the Foreground and
  597. Background palettes to modify colors.
  598.  
  599.  ┌ Colors ──────────────┐
  600.  │  (∙) Mono low        │
  601.  │  ( ) Mono high       │
  602.  │  ( ) Mono underscore │
  603.  │  ( ) Mono inverse    │
  604.  └──────────────────────┘
  605.  
  606. On monochrome systems, you use the Colors set of radio buttons
  607. systems to modify the character attributes.
  608.  
  609.  ┌────────────────┐
  610.  │ Text Text Text │
  611.  │ Text Text Text │
  612.  └────────────────┘
  613. On all systems, the display text (above the Help button) shows
  614. the current color or attribute settings.
  615.  
  616. Changes do not take effect on the desktop until you close the
  617. Colors dialog box by choosing OK.
  618.  
  619.  
  620. ; Import standard values from APP.PAS. Place all such manually
  621. ; declared help contexts at end of file.
  622.  
  623. .topic CloseAll=65314
  624.  Window│Close All ▄
  625.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  626. Choose Close all to remove all windows from the desktop.
  627.  
  628. .topic Previous=65318
  629.  Window│Previous ▄
  630.   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  631. Choose Previous to cycle backwards through the windows on the desktop.
  632.